home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_gimp.idb / usr / freeware / share / gimp / gtkrc.forest2.z / gtkrc.forest2
Encoding:
Text File  |  1999-07-21  |  895 b   |  40 lines

  1. # style <name> [= <name>]
  2. # {
  3. #   <option>
  4. # }
  5. #
  6. # widget <widget_set> style <style_name>
  7. # widget_class <widget_class_set> style <style_name>
  8.  
  9. pixmap_path "/home/tigert/.gnome/textures"
  10.  
  11. style "default"
  12. {
  13. #  font = "-schumacher-clean-medium-r-normal--8-80-75-75-c-50-iso8859-1"
  14.   font = "-*-lucida-medium-r-normal-*-10-*-*-*-*-*-iso8859-1"
  15.  
  16. # base, text, bg, fg are possible
  17. bg[NORMAL] = { 0.70, 0.75, 0.67 }
  18. bg[SELECTED] = { 0.31, 0.35, 0.35 }
  19. bg[INSENSITIVE] = { 0.70, 0.75, 0.67 }
  20. bg[ACTIVE] = { 0.61, 0.65, 0.58 }
  21. bg[PRELIGHT] = { 0.84, 0.89, 0.81 }
  22.  
  23. fg[NORMAL] = { 0.0, 0.0, 0.0 }
  24. fg[SELECTED] = { 0.9, 0.9, 0.9 }
  25. fg[ACTIVE] = { 0.33, 0.2, 0.0 }
  26. fg[PRELIGHT] = { 0.5, 0.1, 0.0 }
  27.  
  28. text[INSENSITIVE] = { 0.60, 0.65, 0.57 }
  29.  
  30. }
  31.  
  32. style "ruler" = "default"
  33. {
  34.   font = "-adobe-helvetica-medium-r-normal--*-80-*-*-*-*-*-*"
  35. }
  36.  
  37.  
  38. widget_class "*Ruler*" style "ruler"
  39. widget_class "*" style "default"
  40.